home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / cando12.dms / in.adf / HelpFiles / CardMovement / CMD.DATA next >
Encoding:
Text File  |  1990-01-29  |  970 b   |  48 lines

  1. |nextcard|
  2. windowtitle `NextCard
  3. printlf `Goes to the next Card in the Deck.`
  4. printlf
  5. print `SEE ALSO: `
  6. subject `PreviousCard`PreviousCard`
  7. print ` & `
  8. subject `GotoCard`GotoCard`    
  9. end
  10.  
  11. |previouscard|
  12. windowtitle `PreviousCard
  13. printlf `Goes to the previous Card in the Deck.
  14. printlf
  15. print `SEE ALSO: `    
  16. subject `NextCard`NextCard`
  17. print ` & `
  18. subject `GotoCard`GotoCard`    
  19. end
  20.  
  21. |firstcard|
  22. windowtitle `FirstCard
  23. printlf `Goes to the first Card in the Deck.
  24. printlf
  25. print `SEE ALSO: `    
  26. subject `LastCard`LastCard`
  27. print ` & `
  28. subject `GotoCard`GotoCard`    
  29. end
  30.  
  31. |lastcard|
  32. windowtitle `LastCard`
  33. printlf `Goes to the last Card in the Deck.
  34. printlf
  35. print `SEE ALSO: `    
  36. subject `FirstCard`FirstCard`
  37. print ` & `
  38. subject `GotoCard`GotoCard`    
  39. end
  40.  
  41. |gotocard|
  42. windowtitle `GotoCard "CardName"`
  43. printlf `Goes to the Card with the given "CardName"
  44. printlf `in the Deck.  The Card name must be spelled
  45. printlf `exactly as it was spelled in the Card Editor
  46. printlf `Requester.
  47. end
  48.